Html Css Color HEX #B2CD55 Conifer

📋 copy color: '#B2CD55'

red 178 ◦ green 205 ◦ blue 85

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

Shades of Conifer #B2CD55

Tints of Conifer #B2CD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 85 (33.59% from 255) = 18.16%

R = 38.03%
G = 43.8%
B = 18.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#B2CD55 (or 0xB2CD55) is known color: Conifer. HEX triplet: B2, CD and 55. RGB value is (178,205,85). Sum of RGB (Red+Green+Blue) = 178+205+85=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD55 is #4D32AA. Grayscale: #B7B7B7. Windows color (decimal): -5059243 or 5623218. OLE color: 5623218.

HSL color Cylindrical-coordinate representation of color #B2CD55: hue angle of 73.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2CD55 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 85 -
CMYK 0.13 0 0.59 0.20
HSL 73.5º 0.55% 0.57% -
HSV(B) 73.5º 0.59% 0.8% -
XYZ 41.83 53.78 16.77 -
YUV 183.25 72.55 124.26 -
System Red Green Blue C M Y K H S L
Decimal 178 205 85 0.13 0 0.59 0.20 73.5 0.55 0.57
Hex B2 CD 55 D 0 3B 14 4A 37 39
Octal 262 315 125 15 0 73 24 112 67 71
Binary 10110010 11001101 1010101 1101 0 111011 10100 1001010 110111 111001

Color Harmonies of #B2CD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD55

Black with #B2CD55

Text Example


Text Example

White with #B2CD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD55; }

 p { color: rgb(178,205,85); }

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

background-color css

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

 a { background-color: rgb(178,205,85); }

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

border-color css

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

 span { border-color: rgb(178,205,85); }

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