Html Css Color HEX #BBDC62 Conifer

📋 copy color: '#BBDC62'

red 187 ◦ green 220 ◦ blue 98

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

Shades of Conifer #BBDC62

Tints of Conifer #BBDC62

RGB

 RED value IS 187 (73.44% from 255) = 37.03%

 GREEN value IS 220 (86.33% from 255) = 43.56%

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

R = 37.03%
G = 43.56%
B = 19.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#BBDC62 (or 0xBBDC62) is known color: Conifer. HEX triplet: BB, DC and 62. RGB value is (187,220,98). Sum of RGB (Red+Green+Blue) = 187+220+98=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC62 is #44239D. Grayscale: #C4C4C4. Windows color (decimal): -4465566 or 6479035. OLE color: 6479035.

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

Color convert

RGB 187 220 98 -
CMYK 0.15 0 0.55 0.14
HSL 76.23º 0.64% 0.62% -
HSV(B) 76.23º 0.55% 0.86% -
XYZ 48.29 62.63 21.1 -
YUV 196.23 72.57 121.42 -
System Red Green Blue C M Y K H S L
Decimal 187 220 98 0.15 0 0.55 0.14 76.23 0.64 0.62
Hex BB DC 62 F 0 37 E 4C 40 3E
Octal 273 334 142 17 0 67 16 114 100 76
Binary 10111011 11011100 1100010 1111 0 110111 1110 1001100 1000000 111110

Color Harmonies of #BBDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC62

Black with #BBDC62

Text Example


Text Example

White with #BBDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC62; }

 p { color: rgb(187,220,98); }

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

background-color css

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

 a { background-color: rgb(187,220,98); }

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

border-color css

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

 span { border-color: rgb(187,220,98); }

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