Html Css Color HEX #CABB25 Barberry

📋 copy color: '#CABB25'

red 202 ◦ green 187 ◦ blue 37

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

Shades of Barberry #CABB25

Tints of Barberry #CABB25

RGB

 RED value IS 202 (79.3% from 255) = 47.42%

 GREEN value IS 187 (73.44% from 255) = 43.9%

 BLUE value IS 37 (14.84% from 255) = 8.69%

R = 47.42%
G = 43.9%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CABB25 (or 0xCABB25) is known color: Barberry. HEX triplet: CA, BB and 25. RGB value is (202,187,37). Sum of RGB (Red+Green+Blue) = 202+187+37=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABB25 is #3544DA. Grayscale: #AFAFAF. Windows color (decimal): -3491035 or 2472906. OLE color: 2472906.

HSL color Cylindrical-coordinate representation of color #CABB25: hue angle of 54.55º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CABB25 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 37 -
CMYK 0 0.07 0.82 0.21
HSL 54.55º 0.69% 0.47% -
HSV(B) 54.55º 0.82% 0.79% -
XYZ 42.46 48.23 8.82 -
YUV 174.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 202 187 37 0 0.07 0.82 0.21 54.55 0.69 0.47
Hex CA BB 25 0 7 52 15 37 45 2F
Octal 312 273 45 0 7 122 25 67 105 57
Binary 11001010 10111011 100101 0 111 1010010 10101 110111 1000101 101111

Color Harmonies of #CABB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB25

Black with #CABB25

Text Example


Text Example

White with #CABB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB25; }

 p { color: rgb(202,187,37); }

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

background-color css

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

 a { background-color: rgb(202,187,37); }

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

border-color css

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

 span { border-color: rgb(202,187,37); }

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