Html Css Color HEX #BCDB63 Conifer

📋 copy color: '#BCDB63'

red 188 ◦ green 219 ◦ blue 99

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

Shades of Conifer #BCDB63

Tints of Conifer #BCDB63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.57%

R = 37.15%
G = 43.28%
B = 19.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#BCDB63 (or 0xBCDB63) is known color: Conifer. HEX triplet: BC, DB and 63. RGB value is (188,219,99). Sum of RGB (Red+Green+Blue) = 188+219+99=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB63 is #43249C. Grayscale: #C4C4C4. Windows color (decimal): -4400285 or 6544316. OLE color: 6544316.

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

Color convert

RGB 188 219 99 -
CMYK 0.14 0 0.55 0.14
HSL 75.5º 0.63% 0.62% -
HSV(B) 75.5º 0.55% 0.86% -
XYZ 48.32 62.26 21.27 -
YUV 196.05 73.23 122.26 -
System Red Green Blue C M Y K H S L
Decimal 188 219 99 0.14 0 0.55 0.14 75.5 0.63 0.62
Hex BC DB 63 E 0 37 E 4C 3E 3E
Octal 274 333 143 16 0 67 16 114 76 76
Binary 10111100 11011011 1100011 1110 0 110111 1110 1001100 111110 111110

Color Harmonies of #BCDB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB63

Black with #BCDB63

Text Example


Text Example

White with #BCDB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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