Html Css Color HEX #BCDB61 Conifer

📋 copy color: '#BCDB61'

red 188 ◦ green 219 ◦ blue 97

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

Shades of Conifer #BCDB61

Tints of Conifer #BCDB61

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.45%

 BLUE value IS 97 (38.28% from 255) = 19.25%

R = 37.3%
G = 43.45%
B = 19.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#BCDB61 (or 0xBCDB61) is known color: Conifer. HEX triplet: BC, DB and 61. RGB value is (188,219,97). Sum of RGB (Red+Green+Blue) = 188+219+97=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB61 is #43249E. Grayscale: #C4C4C4. Windows color (decimal): -4400287 or 6413244. OLE color: 6413244.

HSL color Cylindrical-coordinate representation of color #BCDB61: hue angle of 75.25º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCDB61 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 97 -
CMYK 0.14 0 0.56 0.14
HSL 75.25º 0.63% 0.62% -
HSV(B) 75.25º 0.56% 0.86% -
XYZ 48.23 62.22 20.78 -
YUV 195.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 188 219 97 0.14 0 0.56 0.14 75.25 0.63 0.62
Hex BC DB 61 E 0 38 E 4B 3F 3E
Octal 274 333 141 16 0 70 16 113 77 76
Binary 10111100 11011011 1100001 1110 0 111000 1110 1001011 111111 111110

Color Harmonies of #BCDB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB61

Black with #BCDB61

Text Example


Text Example

White with #BCDB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB61; }

 p { color: rgb(188,219,97); }

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

background-color css

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

 a { background-color: rgb(188,219,97); }

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

border-color css

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

 span { border-color: rgb(188,219,97); }

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