Html Css Color HEX #B0D54A Conifer

📋 copy color: '#B0D54A'

red 176 ◦ green 213 ◦ blue 74

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

Shades of Conifer #B0D54A

Tints of Conifer #B0D54A

RGB

 RED value IS 176 (69.14% from 255) = 38.01%

 GREEN value IS 213 (83.59% from 255) = 46%

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 38.01%
G = 46%
B = 15.98%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#B0D54A (or 0xB0D54A) is known color: Conifer. HEX triplet: B0, D5 and 4A. RGB value is (176,213,74). Sum of RGB (Red+Green+Blue) = 176+213+74=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D54A is #4F2AB5. Grayscale: #BABABA. Windows color (decimal): -5188278 or 4904368. OLE color: 4904368.

HSL color Cylindrical-coordinate representation of color #B0D54A: hue angle of 75.97º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0D54A is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 213 74 -
CMYK 0.17 0 0.65 0.16
HSL 75.97º 0.62% 0.56% -
HSV(B) 75.97º 0.65% 0.84% -
XYZ 42.93 57.31 15.28 -
YUV 186.09 64.74 120.8 -
System Red Green Blue C M Y K H S L
Decimal 176 213 74 0.17 0 0.65 0.16 75.97 0.62 0.56
Hex B0 D5 4A 11 0 41 10 4C 3E 38
Octal 260 325 112 21 0 101 20 114 76 70
Binary 10110000 11010101 1001010 10001 0 1000001 10000 1001100 111110 111000

Color Harmonies of #B0D54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D54A

Black with #B0D54A

Text Example


Text Example

White with #B0D54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D54A; }

 p { color: rgb(176,213,74); }

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

background-color css

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

 a { background-color: rgb(176,213,74); }

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

border-color css

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

 span { border-color: rgb(176,213,74); }

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