Html Css Color HEX #BCDB60 Conifer

📋 copy color: '#BCDB60'

red 188 ◦ green 219 ◦ blue 96

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

Shades of Conifer #BCDB60

Tints of Conifer #BCDB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.09%

R = 37.38%
G = 43.54%
B = 19.09%

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

#BCDB60 (or 0xBCDB60) is known color: Conifer. HEX triplet: BC, DB and 60. RGB value is (188,219,96). Sum of RGB (Red+Green+Blue) = 188+219+96=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 96 (37.89% from 255 or 19.09% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB60 is #43249F. Grayscale: #C4C4C4. Windows color (decimal): -4400288 or 6347708. OLE color: 6347708.

HSL color Cylindrical-coordinate representation of color #BCDB60: hue angle of 75.12º 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 #BCDB60 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 96 -
CMYK 0.14 0 0.56 0.14
HSL 75.12º 0.63% 0.62% -
HSV(B) 75.12º 0.56% 0.86% -
XYZ 48.18 62.2 20.53 -
YUV 195.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 188 219 96 0.14 0 0.56 0.14 75.12 0.63 0.62
Hex BC DB 60 E 0 38 E 4B 3F 3E
Octal 274 333 140 16 0 70 16 113 77 76
Binary 10111100 11011011 1100000 1110 0 111000 1110 1001011 111111 111110

Color Harmonies of #BCDB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB60

Black with #BCDB60

Text Example


Text Example

White with #BCDB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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