Html Css Color HEX #BBDA45 Conifer

📋 copy color: '#BBDA45'

red 187 ◦ green 218 ◦ blue 69

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

Shades of Conifer #BBDA45

Tints of Conifer #BBDA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.56%

R = 39.45%
G = 45.99%
B = 14.56%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#BBDA45 (or 0xBBDA45) is known color: Conifer. HEX triplet: BB, DA and 45. RGB value is (187,218,69). Sum of RGB (Red+Green+Blue) = 187+218+69=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 69 (27.34% from 255 or 14.56% from 474); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA45 is #4425BA. Grayscale: #C0C0C0. Windows color (decimal): -4466107 or 4577979. OLE color: 4577979.

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

Color convert

RGB 187 218 69 -
CMYK 0.14 0 0.68 0.15
HSL 72.48º 0.67% 0.56% -
HSV(B) 72.48º 0.68% 0.85% -
XYZ 46.64 61.14 14.97 -
YUV 191.75 58.73 124.62 -
System Red Green Blue C M Y K H S L
Decimal 187 218 69 0.14 0 0.68 0.15 72.48 0.67 0.56
Hex BB DA 45 E 0 44 F 48 43 38
Octal 273 332 105 16 0 104 17 110 103 70
Binary 10111011 11011010 1000101 1110 0 1000100 1111 1001000 1000011 111000

Color Harmonies of #BBDA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA45

Black with #BBDA45

Text Example


Text Example

White with #BBDA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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