Html Css Color HEX #BDB298 Akaroa

📋 copy color: '#BDB298'

red 189 ◦ green 178 ◦ blue 152

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

Shades of Akaroa #BDB298

Tints of Akaroa #BDB298

RGB

 RED value IS 189 (74.22% from 255) = 36.42%

 GREEN value IS 178 (69.92% from 255) = 34.3%

 BLUE value IS 152 (59.77% from 255) = 29.29%

R = 36.42%
G = 34.3%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB298 (or 0xBDB298) is known color: Akaroa. HEX triplet: BD, B2 and 98. RGB value is (189,178,152). Sum of RGB (Red+Green+Blue) = 189+178+152=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB298 is #424D67. Grayscale: #B2B2B2. Windows color (decimal): -4345192 or 10007229. OLE color: 10007229.

HSL color Cylindrical-coordinate representation of color #BDB298: hue angle of 42.16º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB298 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 152 -
CMYK 0 0.06 0.20 0.26
HSL 42.16º 0.22% 0.67% -
HSV(B) 42.16º 0.2% 0.74% -
XYZ 42.57 44.93 36.13 -
YUV 178.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 189 178 152 0 0.06 0.20 0.26 42.16 0.22 0.67
Hex BD B2 98 0 6 14 1A 2A 16 43
Octal 275 262 230 0 6 24 32 52 26 103
Binary 10111101 10110010 10011000 0 110 10100 11010 101010 10110 1000011

Color Harmonies of #BDB298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB298

Black with #BDB298

Text Example


Text Example

White with #BDB298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB298; }

 p { color: rgb(189,178,152); }

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

background-color css

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

 a { background-color: rgb(189,178,152); }

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

border-color css

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

 span { border-color: rgb(189,178,152); }

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