Html Css Color HEX #BBDB46 Conifer

📋 copy color: '#BBDB46'

red 187 ◦ green 219 ◦ blue 70

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

Shades of Conifer #BBDB46

Tints of Conifer #BBDB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.71%

R = 39.29%
G = 46.01%
B = 14.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#BBDB46 (or 0xBBDB46) is known color: Conifer. HEX triplet: BB, DB and 46. RGB value is (187,219,70). Sum of RGB (Red+Green+Blue) = 187+219+70=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB46 is #4424B9. Grayscale: #C1C1C1. Windows color (decimal): -4465850 or 4643771. OLE color: 4643771.

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

Color convert

RGB 187 219 70 -
CMYK 0.15 0 0.68 0.14
HSL 72.89º 0.67% 0.57% -
HSV(B) 72.89º 0.68% 0.86% -
XYZ 46.93 61.67 15.22 -
YUV 192.45 58.9 124.12 -
System Red Green Blue C M Y K H S L
Decimal 187 219 70 0.15 0 0.68 0.14 72.89 0.67 0.57
Hex BB DB 46 F 0 44 E 49 43 39
Octal 273 333 106 17 0 104 16 111 103 71
Binary 10111011 11011011 1000110 1111 0 1000100 1110 1001001 1000011 111001

Color Harmonies of #BBDB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB46

Black with #BBDB46

Text Example


Text Example

White with #BBDB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB46; }

 p { color: rgb(187,219,70); }

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

background-color css

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

 a { background-color: rgb(187,219,70); }

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

border-color css

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

 span { border-color: rgb(187,219,70); }

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