Html Css Color HEX #B8CD74 Caper

📋 copy color: '#B8CD74'

red 184 ◦ green 205 ◦ blue 116

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

Shades of Caper #B8CD74

Tints of Caper #B8CD74

RGB

 RED value IS 184 (72.27% from 255) = 36.44%

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

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

R = 36.44%
G = 40.59%
B = 22.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#B8CD74 (or 0xB8CD74) is known color: Caper. HEX triplet: B8, CD and 74. RGB value is (184,205,116). Sum of RGB (Red+Green+Blue) = 184+205+116=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CD74 is #47328B. Grayscale: #BCBCBC. Windows color (decimal): -4665996 or 7654840. OLE color: 7654840.

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

Color convert

RGB 184 205 116 -
CMYK 0.10 0 0.43 0.20
HSL 74.16º 0.47% 0.63% -
HSV(B) 74.16º 0.43% 0.8% -
XYZ 44.75 55.11 24.8 -
YUV 188.58 87.04 124.74 -
System Red Green Blue C M Y K H S L
Decimal 184 205 116 0.10 0 0.43 0.20 74.16 0.47 0.63
Hex B8 CD 74 A 0 2B 14 4A 2F 3F
Octal 270 315 164 12 0 53 24 112 57 77
Binary 10111000 11001101 1110100 1010 0 101011 10100 1001010 101111 111111

Color Harmonies of #B8CD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CD74

Black with #B8CD74

Text Example


Text Example

White with #B8CD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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