Html Css Color HEX #B5C67D Caper

📋 copy color: '#B5C67D'

red 181 ◦ green 198 ◦ blue 125

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

Shades of Caper #B5C67D

Tints of Caper #B5C67D

RGB

 RED value IS 181 (71.09% from 255) = 35.91%

 GREEN value IS 198 (77.73% from 255) = 39.29%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 35.91%
G = 39.29%
B = 24.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#B5C67D (or 0xB5C67D) is known color: Caper. HEX triplet: B5, C6 and 7D. RGB value is (181,198,125). Sum of RGB (Red+Green+Blue) = 181+198+125=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #B5C67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C67D is #4A3982. Grayscale: #B8B8B8. Windows color (decimal): -4864387 or 8242869. OLE color: 8242869.

HSL color Cylindrical-coordinate representation of color #B5C67D: hue angle of 73.97º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5C67D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 198 125 -
CMYK 0.09 0 0.37 0.22
HSL 73.97º 0.39% 0.63% -
HSV(B) 73.97º 0.37% 0.78% -
XYZ 42.95 51.69 27.12 -
YUV 184.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 181 198 125 0.09 0 0.37 0.22 73.97 0.39 0.63
Hex B5 C6 7D 9 0 25 16 4A 27 3F
Octal 265 306 175 11 0 45 26 112 47 77
Binary 10110101 11000110 1111101 1001 0 100101 10110 1001010 100111 111111

Color Harmonies of #B5C67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C67D

Black with #B5C67D

Text Example


Text Example

White with #B5C67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C67D; }

 p { color: rgb(181,198,125); }

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

background-color css

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

 a { background-color: rgb(181,198,125); }

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

border-color css

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

 span { border-color: rgb(181,198,125); }

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