Html Css Color HEX #BBDD44 Conifer

📋 copy color: '#BBDD44'

red 187 ◦ green 221 ◦ blue 68

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

Shades of Conifer #BBDD44

Tints of Conifer #BBDD44

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.43%

 BLUE value IS 68 (26.95% from 255) = 14.29%

R = 39.29%
G = 46.43%
B = 14.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#BBDD44 (or 0xBBDD44) is known color: Conifer. HEX triplet: BB, DD and 44. RGB value is (187,221,68). Sum of RGB (Red+Green+Blue) = 187+221+68=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD44 is #4422BB. Grayscale: #C1C1C1. Windows color (decimal): -4465340 or 4513211. OLE color: 4513211.

HSL color Cylindrical-coordinate representation of color #BBDD44: hue angle of 73.33º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBDD44 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 68 -
CMYK 0.15 0 0.69 0.13
HSL 73.33º 0.69% 0.57% -
HSV(B) 73.33º 0.69% 0.87% -
XYZ 47.39 62.7 15.07 -
YUV 193.39 57.24 123.44 -
System Red Green Blue C M Y K H S L
Decimal 187 221 68 0.15 0 0.69 0.13 73.33 0.69 0.57
Hex BB DD 44 F 0 45 D 49 45 39
Octal 273 335 104 17 0 105 15 111 105 71
Binary 10111011 11011101 1000100 1111 0 1000101 1101 1001001 1000101 111001

Color Harmonies of #BBDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD44

Black with #BBDD44

Text Example


Text Example

White with #BBDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD44; }

 p { color: rgb(187,221,68); }

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

background-color css

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

 a { background-color: rgb(187,221,68); }

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

border-color css

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

 span { border-color: rgb(187,221,68); }

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