Html Css Color HEX #BBDA48 Conifer

📋 copy color: '#BBDA48'

red 187 ◦ green 218 ◦ blue 72

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

Shades of Conifer #BBDA48

Tints of Conifer #BBDA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.7%

 BLUE value IS 72 (28.52% from 255) = 15.09%

R = 39.2%
G = 45.7%
B = 15.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#BBDA48 (or 0xBBDA48) is known color: Conifer. HEX triplet: BB, DA and 48. RGB value is (187,218,72). Sum of RGB (Red+Green+Blue) = 187+218+72=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA48 is #4425B7. Grayscale: #C0C0C0. Windows color (decimal): -4466104 or 4774587. OLE color: 4774587.

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

Color convert

RGB 187 218 72 -
CMYK 0.14 0 0.67 0.15
HSL 72.74º 0.66% 0.57% -
HSV(B) 72.74º 0.67% 0.85% -
XYZ 46.73 61.18 15.48 -
YUV 192.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 187 218 72 0.14 0 0.67 0.15 72.74 0.66 0.57
Hex BB DA 48 E 0 43 F 49 42 39
Octal 273 332 110 16 0 103 17 111 102 71
Binary 10111011 11011010 1001000 1110 0 1000011 1111 1001001 1000010 111001

Color Harmonies of #BBDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA48

Black with #BBDA48

Text Example


Text Example

White with #BBDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA48; }

 p { color: rgb(187,218,72); }

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

background-color css

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

 a { background-color: rgb(187,218,72); }

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

border-color css

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

 span { border-color: rgb(187,218,72); }

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