Html Css Color HEX #BBDA4B Conifer

📋 copy color: '#BBDA4B'

red 187 ◦ green 218 ◦ blue 75

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

Shades of Conifer #BBDA4B

Tints of Conifer #BBDA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.63%

R = 38.96%
G = 45.42%
B = 15.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#BBDA4B (or 0xBBDA4B) is known color: Conifer. HEX triplet: BB, DA and 4B. RGB value is (187,218,75). Sum of RGB (Red+Green+Blue) = 187+218+75=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA4B is #4425B4. Grayscale: #C0C0C0. Windows color (decimal): -4466101 or 4971195. OLE color: 4971195.

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

Color convert

RGB 187 218 75 -
CMYK 0.14 0 0.66 0.15
HSL 73.01º 0.66% 0.57% -
HSV(B) 73.01º 0.66% 0.85% -
XYZ 46.83 61.22 16 -
YUV 192.43 61.73 124.13 -
System Red Green Blue C M Y K H S L
Decimal 187 218 75 0.14 0 0.66 0.15 73.01 0.66 0.57
Hex BB DA 4B E 0 42 F 49 42 39
Octal 273 332 113 16 0 102 17 111 102 71
Binary 10111011 11011010 1001011 1110 0 1000010 1111 1001001 1000010 111001

Color Harmonies of #BBDA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA4B

Black with #BBDA4B

Text Example


Text Example

White with #BBDA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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