Html Css Color HEX #B7CC74 Caper

📋 copy color: '#B7CC74'

red 183 ◦ green 204 ◦ blue 116

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

Shades of Caper #B7CC74

Tints of Caper #B7CC74

RGB

 RED value IS 183 (71.88% from 255) = 36.38%

 GREEN value IS 204 (80.08% from 255) = 40.56%

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

R = 36.38%
G = 40.56%
B = 23.06%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#B7CC74 (or 0xB7CC74) is known color: Caper. HEX triplet: B7, CC and 74. RGB value is (183,204,116). Sum of RGB (Red+Green+Blue) = 183+204+116=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #B7CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CC74 is #48338B. Grayscale: #BCBCBC. Windows color (decimal): -4731788 or 7654583. OLE color: 7654583.

HSL color Cylindrical-coordinate representation of color #B7CC74: hue angle of 74.32º degrees, saturation: 0.46, 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 #B7CC74 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 204 116 -
CMYK 0.10 0 0.43 0.2
HSL 74.32º 0.46% 0.63% -
HSV(B) 74.32º 0.43% 0.8% -
XYZ 44.27 54.51 24.71 -
YUV 187.69 87.54 124.66 -
System Red Green Blue C M Y K H S L
Decimal 183 204 116 0.10 0 0.43 0.2 74.32 0.46 0.63
Hex B7 CC 74 A 0 2B 14 4A 2E 3F
Octal 267 314 164 12 0 53 24 112 56 77
Binary 10110111 11001100 1110100 1010 0 101011 10100 1001010 101110 111111

Color Harmonies of #B7CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CC74

Black with #B7CC74

Text Example


Text Example

White with #B7CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CC74; }

 p { color: rgb(183,204,116); }

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

background-color css

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

 a { background-color: rgb(183,204,116); }

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

border-color css

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

 span { border-color: rgb(183,204,116); }

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