Html Css Color HEX #BBDA46 Conifer

📋 copy color: '#BBDA46'

red 187 ◦ green 218 ◦ blue 70

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

Shades of Conifer #BBDA46

Tints of Conifer #BBDA46

RGB

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

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

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

R = 39.37%
G = 45.89%
B = 14.74%

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

#BBDA46 (or 0xBBDA46) is known color: Conifer. HEX triplet: BB, DA and 46. RGB value is (187,218,70). Sum of RGB (Red+Green+Blue) = 187+218+70=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 70 (27.73% from 255 or 14.74% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA46 is #4425B9. Grayscale: #C0C0C0. Windows color (decimal): -4466106 or 4643515. OLE color: 4643515.

HSL color Cylindrical-coordinate representation of color #BBDA46: hue angle of 72.57º 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 #BBDA46 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 70 -
CMYK 0.14 0 0.68 0.15
HSL 72.57º 0.67% 0.56% -
HSV(B) 72.57º 0.68% 0.85% -
XYZ 46.67 61.15 15.14 -
YUV 191.86 59.23 124.53 -
System Red Green Blue C M Y K H S L
Decimal 187 218 70 0.14 0 0.68 0.15 72.57 0.67 0.56
Hex BB DA 46 E 0 44 F 49 43 38
Octal 273 332 106 16 0 104 17 111 103 70
Binary 10111011 11011010 1000110 1110 0 1000100 1111 1001001 1000011 111000

Color Harmonies of #BBDA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA46

Black with #BBDA46

Text Example


Text Example

White with #BBDA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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