Html Css Color HEX #BBD075 Caper

📋 copy color: '#BBD075'

red 187 ◦ green 208 ◦ blue 117

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

Shades of Caper #BBD075

Tints of Caper #BBD075

RGB

 RED value IS 187 (73.44% from 255) = 36.52%

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 117 (46.09% from 255) = 22.85%

R = 36.52%
G = 40.63%
B = 22.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BBD075 (or 0xBBD075) is known color: Caper. HEX triplet: BB, D0 and 75. RGB value is (187,208,117). Sum of RGB (Red+Green+Blue) = 187+208+117=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD075 is #442F8A. Grayscale: #BFBFBF. Windows color (decimal): -4468619 or 7721147. OLE color: 7721147.

HSL color Cylindrical-coordinate representation of color #BBD075: hue angle of 73.85º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBD075 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 117 -
CMYK 0.10 0 0.44 0.18
HSL 73.85º 0.49% 0.64% -
HSV(B) 73.85º 0.44% 0.82% -
XYZ 46.26 56.96 25.39 -
YUV 191.35 86.04 124.9 -
System Red Green Blue C M Y K H S L
Decimal 187 208 117 0.10 0 0.44 0.18 73.85 0.49 0.64
Hex BB D0 75 A 0 2C 12 4A 31 40
Octal 273 320 165 12 0 54 22 112 61 100
Binary 10111011 11010000 1110101 1010 0 101100 10010 1001010 110001 1000000

Color Harmonies of #BBD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD075

Black with #BBD075

Text Example


Text Example

White with #BBD075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD075; }

 p { color: rgb(187,208,117); }

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

background-color css

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

 a { background-color: rgb(187,208,117); }

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

border-color css

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

 span { border-color: rgb(187,208,117); }

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