Html Css Color HEX #BBDC5C Conifer

📋 copy color: '#BBDC5C'

red 187 ◦ green 220 ◦ blue 92

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

Shades of Conifer #BBDC5C

Tints of Conifer #BBDC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.44%

R = 37.47%
G = 44.09%
B = 18.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#BBDC5C (or 0xBBDC5C) is known color: Conifer. HEX triplet: BB, DC and 5C. RGB value is (187,220,92). Sum of RGB (Red+Green+Blue) = 187+220+92=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC5C is #4423A3. Grayscale: #C4C4C4. Windows color (decimal): -4465572 or 6085819. OLE color: 6085819.

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

Color convert

RGB 187 220 92 -
CMYK 0.15 0 0.58 0.14
HSL 75.47º 0.65% 0.61% -
HSV(B) 75.47º 0.58% 0.86% -
XYZ 48.02 62.52 19.66 -
YUV 195.54 69.57 121.91 -
System Red Green Blue C M Y K H S L
Decimal 187 220 92 0.15 0 0.58 0.14 75.47 0.65 0.61
Hex BB DC 5C F 0 3A E 4B 41 3D
Octal 273 334 134 17 0 72 16 113 101 75
Binary 10111011 11011100 1011100 1111 0 111010 1110 1001011 1000001 111101

Color Harmonies of #BBDC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC5C

Black with #BBDC5C

Text Example


Text Example

White with #BBDC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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