Html Css Color HEX #B2D04A Conifer

📋 copy color: '#B2D04A'

red 178 ◦ green 208 ◦ blue 74

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

Shades of Conifer #B2D04A

Tints of Conifer #B2D04A

RGB

 RED value IS 178 (69.92% from 255) = 38.7%

 GREEN value IS 208 (81.64% from 255) = 45.22%

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

R = 38.7%
G = 45.22%
B = 16.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#B2D04A (or 0xB2D04A) is known color: Conifer. HEX triplet: B2, D0 and 4A. RGB value is (178,208,74). Sum of RGB (Red+Green+Blue) = 178+208+74=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #B2D04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D04A is #4D2FB5. Grayscale: #B8B8B8. Windows color (decimal): -5058486 or 4903090. OLE color: 4903090.

HSL color Cylindrical-coordinate representation of color #B2D04A: hue angle of 73.43º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2D04A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 208 74 -
CMYK 0.14 0 0.64 0.18
HSL 73.43º 0.59% 0.55% -
HSV(B) 73.43º 0.64% 0.82% -
XYZ 42.15 55.07 14.89 -
YUV 183.75 66.06 123.9 -
System Red Green Blue C M Y K H S L
Decimal 178 208 74 0.14 0 0.64 0.18 73.43 0.59 0.55
Hex B2 D0 4A E 0 40 12 49 3B 37
Octal 262 320 112 16 0 100 22 111 73 67
Binary 10110010 11010000 1001010 1110 0 1000000 10010 1001001 111011 110111

Color Harmonies of #B2D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D04A

Black with #B2D04A

Text Example


Text Example

White with #B2D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D04A; }

 p { color: rgb(178,208,74); }

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

background-color css

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

 a { background-color: rgb(178,208,74); }

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

border-color css

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

 span { border-color: rgb(178,208,74); }

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