Html Css Color HEX #BCDB62 Conifer

📋 copy color: '#BCDB62'

red 188 ◦ green 219 ◦ blue 98

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

Shades of Conifer #BCDB62

Tints of Conifer #BCDB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.41%

R = 37.23%
G = 43.37%
B = 19.41%

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

#BCDB62 (or 0xBCDB62) is known color: Conifer. HEX triplet: BC, DB and 62. RGB value is (188,219,98). Sum of RGB (Red+Green+Blue) = 188+219+98=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB62 is #43249D. Grayscale: #C4C4C4. Windows color (decimal): -4400286 or 6478780. OLE color: 6478780.

HSL color Cylindrical-coordinate representation of color #BCDB62: hue angle of 75.37º degrees, saturation: 0.63, 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 #BCDB62 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 219 98 -
CMYK 0.14 0 0.55 0.14
HSL 75.37º 0.63% 0.62% -
HSV(B) 75.37º 0.55% 0.86% -
XYZ 48.28 62.24 21.02 -
YUV 195.94 72.73 122.34 -
System Red Green Blue C M Y K H S L
Decimal 188 219 98 0.14 0 0.55 0.14 75.37 0.63 0.62
Hex BC DB 62 E 0 37 E 4B 3F 3E
Octal 274 333 142 16 0 67 16 113 77 76
Binary 10111100 11011011 1100010 1110 0 110111 1110 1001011 111111 111110

Color Harmonies of #BCDB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB62

Black with #BCDB62

Text Example


Text Example

White with #BCDB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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