Html Css Color HEX #C4A90B Buddha Gold

📋 copy color: '#C4A90B'

red 196 ◦ green 169 ◦ blue 11

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

Shades of Buddha Gold #C4A90B

Tints of Buddha Gold #C4A90B

RGB

 RED value IS 196 (76.95% from 255) = 52.13%

 GREEN value IS 169 (66.41% from 255) = 44.95%

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 52.13%
G = 44.95%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4A90B (or 0xC4A90B) is known color: Buddha Gold. HEX triplet: C4, A9 and 0B. RGB value is (196,169,11). Sum of RGB (Red+Green+Blue) = 196+169+11=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4A90B is #3B56F4. Grayscale: #9F9F9F. Windows color (decimal): -3888885 or 764356. OLE color: 764356.

HSL color Cylindrical-coordinate representation of color #C4A90B: hue angle of 51.24º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4A90B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 169 11 -
CMYK 0 0.14 0.94 0.23
HSL 51.24º 0.89% 0.41% -
HSV(B) 51.24º 0.94% 0.77% -
XYZ 37.01 40.14 6.11 -
YUV 159.06 44.45 154.35 -
System Red Green Blue C M Y K H S L
Decimal 196 169 11 0 0.14 0.94 0.23 51.24 0.89 0.41
Hex C4 A9 B 0 E 5E 17 33 59 29
Octal 304 251 13 0 16 136 27 63 131 51
Binary 11000100 10101001 1011 0 1110 1011110 10111 110011 1011001 101001

Color Harmonies of #C4A90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A90B

Black with #C4A90B

Text Example


Text Example

White with #C4A90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A90B; }

 p { color: rgb(196,169,11); }

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

background-color css

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

 a { background-color: rgb(196,169,11); }

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

border-color css

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

 span { border-color: rgb(196,169,11); }

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