Html Css Color HEX #BCE34D Conifer

📋 copy color: '#BCE34D'

red 188 ◦ green 227 ◦ blue 77

#BCE34D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BCE34D

Tints of Conifer #BCE34D

RGB

 RED value IS 188 (73.83% from 255) = 38.21%

 GREEN value IS 227 (89.06% from 255) = 46.14%

 BLUE value IS 77 (30.47% from 255) = 15.65%

R = 38.21%
G = 46.14%
B = 15.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCE34D (or 0xBCE34D) is known color: Conifer. HEX triplet: BC, E3 and 4D. RGB value is (188,227,77). Sum of RGB (Red+Green+Blue) = 188+227+77=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE34D is #431CB2. Grayscale: #C6C6C6. Windows color (decimal): -4398259 or 5104572. OLE color: 5104572.

HSL color Cylindrical-coordinate representation of color #BCE34D: hue angle of 75.6º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCE34D is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 77 -
CMYK 0.17 0 0.66 0.11
HSL 75.6º 0.73% 0.6% -
HSV(B) 75.6º 0.66% 0.89% -
XYZ 49.55 66.17 17.18 -
YUV 198.24 59.58 120.7 -
System Red Green Blue C M Y K H S L
Decimal 188 227 77 0.17 0 0.66 0.11 75.6 0.73 0.6
Hex BC E3 4D 11 0 42 B 4C 49 3C
Octal 274 343 115 21 0 102 13 114 111 74
Binary 10111100 11100011 1001101 10001 0 1000010 1011 1001100 1001001 111100

Color Harmonies of #BCE34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE34D

Black with #BCE34D

Text Example


Text Example

White with #BCE34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE34D; }

 p { color: rgb(188,227,77); }

 H1.HeaderClassName
 {
   color: #BCE34D;
 }
 .AnyTagClassName
 {
   color: #BCE34D;
 }
</style>

background-color css

<style>
 a { background-color: #BCE34D; }

 a { background-color: rgb(188,227,77); }

 div.DivClassName
 {
   background-color: #BCE34D;
 }
 .BgClassName
 {
   background-color: #BCE34D;
 }
</style>

border-color css

<style>
 span { border-color: #BCE34D; }

 span { border-color: rgb(188,227,77); }

 td.TdClassName
 {
   border-color: #BCE34D;
 }
 .TagClassName
 {
   border-color: #BCE34D;
 }
</style>