Html Css Color HEX #B2CD74 Caper

📋 copy color: '#B2CD74'

red 178 ◦ green 205 ◦ blue 116

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

Shades of Caper #B2CD74

Tints of Caper #B2CD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 35.67%
G = 41.08%
B = 23.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#B2CD74 (or 0xB2CD74) is known color: Caper. HEX triplet: B2, CD and 74. RGB value is (178,205,116). Sum of RGB (Red+Green+Blue) = 178+205+116=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD74 is #4D328B. Grayscale: #BBBBBB. Windows color (decimal): -5059212 or 7654834. OLE color: 7654834.

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

Color convert

RGB 178 205 116 -
CMYK 0.13 0 0.43 0.20
HSL 78.2º 0.47% 0.63% -
HSV(B) 78.2º 0.43% 0.8% -
XYZ 43.34 54.39 24.74 -
YUV 186.78 88.05 121.74 -
System Red Green Blue C M Y K H S L
Decimal 178 205 116 0.13 0 0.43 0.20 78.2 0.47 0.63
Hex B2 CD 74 D 0 2B 14 4E 2F 3F
Octal 262 315 164 15 0 53 24 116 57 77
Binary 10110010 11001101 1110100 1101 0 101011 10100 1001110 101111 111111

Color Harmonies of #B2CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CD74

Black with #B2CD74

Text Example


Text Example

White with #B2CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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