Html Css Color HEX #BCEC4B Conifer

📋 copy color: '#BCEC4B'

red 188 ◦ green 236 ◦ blue 75

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

Shades of Conifer #BCEC4B

Tints of Conifer #BCEC4B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.29%

 BLUE value IS 75 (29.69% from 255) = 15.03%

R = 37.68%
G = 47.29%
B = 15.03%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#BCEC4B (or 0xBCEC4B) is known color: Conifer. HEX triplet: BC, EC and 4B. RGB value is (188,236,75). Sum of RGB (Red+Green+Blue) = 188+236+75=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC4B is #4313B4. Grayscale: #CBCBCB. Windows color (decimal): -4395957 or 4975804. OLE color: 4975804.

HSL color Cylindrical-coordinate representation of color #BCEC4B: hue angle of 77.89º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCEC4B is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 75 -
CMYK 0.20 0 0.68 0.07
HSL 77.89º 0.81% 0.61% -
HSV(B) 77.89º 0.68% 0.93% -
XYZ 52 71.19 17.66 -
YUV 203.29 55.6 117.09 -
System Red Green Blue C M Y K H S L
Decimal 188 236 75 0.20 0 0.68 0.07 77.89 0.81 0.61
Hex BC EC 4B 14 0 44 7 4E 51 3D
Octal 274 354 113 24 0 104 7 116 121 75
Binary 10111100 11101100 1001011 10100 0 1000100 111 1001110 1010001 111101

Color Harmonies of #BCEC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEC4B

Black with #BCEC4B

Text Example


Text Example

White with #BCEC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEC4B; }

 p { color: rgb(188,236,75); }

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

background-color css

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

 a { background-color: rgb(188,236,75); }

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

border-color css

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

 span { border-color: rgb(188,236,75); }

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