Html Css Color HEX #BCED55 Conifer

📋 copy color: '#BCED55'

red 188 ◦ green 237 ◦ blue 85

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

Shades of Conifer #BCED55

Tints of Conifer #BCED55

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.47%

 BLUE value IS 85 (33.59% from 255) = 16.67%

R = 36.86%
G = 46.47%
B = 16.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#BCED55 (or 0xBCED55) is known color: Conifer. HEX triplet: BC, ED and 55. RGB value is (188,237,85). Sum of RGB (Red+Green+Blue) = 188+237+85=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED55 is #4312AA. Grayscale: #CDCDCD. Windows color (decimal): -4395691 or 5631420. OLE color: 5631420.

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

Color convert

RGB 188 237 85 -
CMYK 0.21 0 0.64 0.07
HSL 79.34º 0.81% 0.63% -
HSV(B) 79.34º 0.64% 0.93% -
XYZ 52.66 71.92 19.7 -
YUV 205.02 60.27 115.86 -
System Red Green Blue C M Y K H S L
Decimal 188 237 85 0.21 0 0.64 0.07 79.34 0.81 0.63
Hex BC ED 55 15 0 40 7 4F 51 3F
Octal 274 355 125 25 0 100 7 117 121 77
Binary 10111100 11101101 1010101 10101 0 1000000 111 1001111 1010001 111111

Color Harmonies of #BCED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED55

Black with #BCED55

Text Example


Text Example

White with #BCED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED55; }

 p { color: rgb(188,237,85); }

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

background-color css

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

 a { background-color: rgb(188,237,85); }

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

border-color css

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

 span { border-color: rgb(188,237,85); }

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